home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFGROUPUPDATEFREQDLG / TFGROUPUPDATEFREQDLG.txt
Text File  |  2004-05-31  |  3KB  |  139 lines

  1. object fGroupUpdateFreqDlg: TfGroupUpdateFreqDlg
  2.   Left = 343
  3.   Top = 352
  4.   BorderStyle = bsDialog
  5.   Caption = 'fGroupUpdateFreqDlg'
  6.   ClientHeight = 302
  7.   ClientWidth = 496
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlBottom: TBevel
  20.     Left = 0
  21.     Top = 252
  22.     Width = 496
  23.     Height = 50
  24.     Align = alBottom
  25.     Shape = bsTopLine
  26.   end
  27.   object htmlUpdate: THTMLabel
  28.     Left = 16
  29.     Top = 16
  30.     Width = 468
  31.     Height = 19
  32.     AnchorHint = False
  33.     AutoSizing = True
  34.     AutoSizeType = asVertical
  35.     Ellipsis = False
  36.     HintShowFull = False
  37.     Hover = False
  38.     HoverColor = clNone
  39.     HoverFontColor = clNone
  40.     HTMLHint = False
  41.     HTMLText.Strings = (
  42.       '(set at runtime)')
  43.     ShadowColor = clGray
  44.     ShadowOffset = 2
  45.     URLColor = clBlue
  46.     VAlignment = tvaTop
  47.   end
  48.   object htmlImportant: THTMLabel
  49.     Left = 16
  50.     Top = 184
  51.     Width = 468
  52.     Height = 58
  53.     AnchorHint = False
  54.     AutoSizing = False
  55.     AutoSizeType = asVertical
  56.     Ellipsis = False
  57.     HintShowFull = False
  58.     Hover = False
  59.     HoverColor = clNone
  60.     HoverFontColor = clNone
  61.     HTMLHint = False
  62.     HTMLText.Strings = (
  63.       '(set at runtime)')
  64.     ShadowColor = clGray
  65.     ShadowOffset = 2
  66.     URLColor = clBlue
  67.     VAlignment = tvaTop
  68.   end
  69.   object chkAutoUpdate: TCheckBox
  70.     Left = 16
  71.     Top = 102
  72.     Width = 424
  73.     Height = 17
  74.     Caption = 'chkAutoUpdate'
  75.     Checked = True
  76.     State = cbChecked
  77.     TabOrder = 0
  78.     OnClick = chkAutoUpdateClick
  79.   end
  80.   object btnOK: TButton
  81.     Left = 322
  82.     Top = 266
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'btnOK'
  86.     Default = True
  87.     TabOrder = 4
  88.     OnClick = btnOKClick
  89.   end
  90.   object btnCancel: TButton
  91.     Left = 408
  92.     Top = 266
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'btnCancel'
  97.     ModalResult = 2
  98.     TabOrder = 5
  99.   end
  100.   object txtAutoUpdateFreq: TnbEdit
  101.     Left = 16
  102.     Top = 130
  103.     Width = 47
  104.     Height = 21
  105.     Color = clBtnFace
  106.     Enabled = False
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBtnText
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 1
  114.     Text = '1'
  115.   end
  116.   object updAutoUpdateFreq: TUpDown
  117.     Left = 63
  118.     Top = 130
  119.     Width = 16
  120.     Height = 21
  121.     Associate = txtAutoUpdateFreq
  122.     Enabled = False
  123.     Min = 1
  124.     Max = 32000
  125.     Position = 1
  126.     TabOrder = 2
  127.   end
  128.   object cboAutoUpdateInterval: TComboBox
  129.     Left = 87
  130.     Top = 130
  131.     Width = 96
  132.     Height = 21
  133.     Style = csDropDownList
  134.     ItemHeight = 13
  135.     TabOrder = 3
  136.     OnChange = cboAutoUpdateIntervalChange
  137.   end
  138. end
  139.